home *** CD-ROM | disk | FTP | other *** search
Text File | 1986-10-21 | 996 b | 63 lines | [THED/THTH] |
- |
- | RA™
- |
- | Basic math operators
- |
- | © 1986 COM~LINK & S.Koren
- |
- #M;
- "RA™ allows you to perform various!"
- "mathematical operations.!!"
- "NOTE: RA currently only supports !"
- "integer math.!!"
- #A;
- "Addition: (+)!"
- 4985 9182 + ! " = 14167!"
- 9329 0293 + ! " = 9622 !!"
-
- "Subtraction: (-)!"
- 4985 9182 - ! " = -4197!"
- 9329 0293 - ! " = 9036!!"
- #A;
-
- "Multiplication: (*)!"
- 4985 9182 * ! " = 45772270 !"
- 9329 0293 * ! " = 2733397!!"
-
- "Division: (/)!"
- 4985 9182 / ! " = 0!"
- 9329 0293 / ! " = 31!!"
- #A;
-
- "Modulo: (\)!"
- 4985 9182 \ ! " = 4985!"
- 9329 0293 \ ! " = 246!!"
-
- "Mixed Math Examples:!"
- 4985 9182 3234 * 3943 + - 3 / ! " = -1912!"
- 3493 39483 + 3948 - 39 * 3 / ! " = 507364!!"
- #A;
- "THE END."
- $
- &A "Hit any key:" ?§ @ µ`
- |
- | RA title routine
- |
- &M @ #L; 8 A: ( #N; A. 1 - A: A. 0 > ~ ) #L; #O; #P;`
-
- &O
- 40 100 Ω
- "RA™"
- 60 45 Ω
- "© 1986 COM~LINK & S.Koren"
- 80 60 Ω
- "All rights reserved." `
-
- &L
- 35 A: ("•" A. 1 - A: A. 0 > ~ ) "!"`
-
- &N
- "•" 33 A: (" " A. 1 - A: A. 0 > ~ ) "•" "!"`
-
- &P ?§ @ `
- $